Getting Started
Getting started with the Toyota Financial Service APIs is easy. First step is to request request access to the Developer Portal Sandbox API endpoint. This can be done by sending an email to the Exchange Admin at api\_services@toyota.com with the following details (Name, email address, group or company name and short description). Once we receive you email, details will be sent to you on how to start using the API. Please follow the steps below:
Explore APIs on the Exchange Developer Portal
Search and explorer all the APIs that we have available
Request Access to an API
Select the API Asset you want to use and request access to that API.
Create an Application
An app is a collection of one or more API resources that you can access with a single authentication credential. You can request for access to the API from our API Admin. You will receive a Client ID and Client Secret after your request have been approved and your credentials have been registered.
Get a token
All TFS APIs are secured with a OAuth2 token. Use your Client ID/Secret to get a token which can be used to trigger the API. The token API url can be found under the description for the particular API you want to use
Test the API
After you receive a token, you can now test the API with your code on our Sandbox environment
Trigger the API
When you are finished testing and ready to launch your integration, The Developer Portal Admin can get you access to the Production environment